home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / data / hah.dxr / 00022_globalScript.ls < prev    next >
Encoding:
Text File  |  2003-04-02  |  182 b   |  12 lines

  1. on startMovie
  2.   set the exitLock to 1
  3.   set the keyDownScript to "keyCheck"
  4. end
  5.  
  6. on keyCheck
  7.   if the keyCode = 53 then
  8.     go(9, "data/menu.dir")
  9.     puppetSound(2, 0)
  10.   end if
  11. end
  12.